home *** CD-ROM | disk | FTP | other *** search
/ Unreal Tournament Game Programming for Teens / UnrealTournamentGameProgrammingForTeens.iso / Chapter Files / Chapter10 / UT2004 / Ch09Disco / Classes / Quote.uc < prev   
Encoding:
Text File  |  2006-10-29  |  238 b   |  9 lines

  1. //=============================================================================
  2. // Quote.
  3. //=============================================================================
  4. class Quote extends Actor placeable;
  5.  
  6. defaultproperties
  7. {
  8. }
  9.